RadiatedExodus Public Modules Documentation
GetDevicePlatform()
Initializing search
    • Home
    • DeviceInfo
    • ColorPickerModule
    • RigConverter
    • StarGenerator
    • GeometryLinesBackground
    • RESignal
    • Home
      • About
      • Usage
          • GetDevicePlatform()
          • GetDeviceType()
          • GetDeviceInput()
          • GetDeviceOrientation()
          • GetWindowSize()
          • GetGraphicsQuality()
          • PlatformType
          • DeviceType
          • InputType
          • DeviceOrientation
          • InputChanged
          • OrientationChanged
          • WindowSizeChanged
          • GraphicsQualityChanged
      • About
      • Usage
          • promptPickColor()
          • returnType
      • About
          • R6()
          • R15()
      • About
          • Generate()
          • posv3
          • posnum
      • About
          • new()
          • StartRender()
          • StopRender()
          • IsRendering()
          • SetAmountOfDots()
          • SetRootFrame()
          • SetDotBackgroundColor3()
          • SetLineBackgroundColor3()
          • SetTransparencyEnabled()
          • RootFrame
          • AmountOfDots
          • DotBackgroundColor3
          • LineBackgroundColor3
          • TransparencyEnabled
          • Rendering
      • About
        • new()
        • RESignal.SignalBehavior
            • Fire()
            • DisconnectAll()
            • Connect()
            • ConnectOnce()
            • Wait()
            • SetSignalBehavior()
            • Destroy()
            • Disconnect()
            • Connected

    GetDevicePlatform()

    function DeviceInfo.GetDevicePlatform(): DeviceInfoEnum.PlatformType
    

    Returns DeviceInfoEnum.PlatformType. Used to determine's the device platform. (Computer, console, or mobile)

    Not to be confused with DeviceInfo.GetDeviceType().

    Back to top
    Previous Usage
    Next GetDeviceType()
    Made with Material for MkDocs